Docker Desktop requires an expensive license for commercial use: https://www.docker.com/pricing/faq/
# Install minikube
brew install minikube
# Install Docker CLI
brew install dockerDocker Desktop requires an expensive license for commercial use: https://www.docker.com/pricing/faq/
# Install minikube
brew install minikube
# Install Docker CLI
brew install docker| Hermes Agent - Full Course & Setup Guide - For COMPLETE Beginners | |
| Get professional Hermes Agent Installation Support including production-grade setup, AI API integration, troubleshooting, | |
| optimization, and ongoing maintenance. | |
| What You'll Get Support? | |
| - 馃 Hermes Agent Installation Full Support | |
| - 馃寪 Cloud & VPS server setup (DigitalOcean, AWS, etc.) | |
| - 馃攲 Cloud AI API & local LLM integration | |
| - 馃攼 NGINX reverse proxy configuration |
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
Magic words:
psql -U postgresSome interesting flags (to see all, use -h or --help depending on your psql version):
-E: will describe the underlaying queries of the \ commands (cool for learning!)-l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)Descargar las hojas de atajos recomendadas:
SpaceWire is the standard data transfer and network interface which is standardized as ECSS-E-ST-50-12C lead by the European Space Agency (ESA). RMAP is a short for Remote Memory Access Protocol which is the standardized data transfer protocol over SpaceWire (ECSS-E-ST-50-52C).